home *** CD-ROM | disk | FTP | other *** search
- rem
- rem $Header: glogin.sql 3020101.1 94/09/28 17:47:12 jathomps Generic<base> $
- rem Copyright (c) Oracle Corporation 1988, 1994. All Rights Reserved.
- rem
- rem SQL*Plus Global Login startup file.
- rem
- rem This is the global login file for SQL*Plus.
- rem Add any sqlplus commands here that are to be
- rem executed when a user invokes sqlplus
-
- rem Used by Trusted Oracle
- column ROWLABEL format A15
-
- rem Used for the SHOW ERRORS command
- column LINE/COL format A8
- column ERROR format A65 WORD_WRAPPED
-
- rem For backward compatibility
- set pagesize 14
-